home *** CD-ROM | disk | FTP | other *** search
/ A Virtual Reality Guide to Texas / CD.iso / texdata / arcextra / extras.cst / 00061_go texan.ls < prev    next >
Encoding:
Text File  |  1998-06-23  |  282 b   |  18 lines

  1. on gohat audio
  2.   global hatframe, hataudio
  3.   prephat
  4.   set the visible of sprite 48 = true
  5.   set hatframe = the frame
  6.   set hataudio = audio
  7.   go "Help" 
  8. end
  9.  
  10. on gohat2 audio
  11.   global hatframe, hataudio
  12.   
  13.   prephat
  14.   set hatframe = the frame
  15.   set hataudio = audio
  16.   go "help"
  17. end
  18.